home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / DCLTEE4C.BPK < prev    next >
Encoding:
Text File  |  1998-10-24  |  4.8 KB  |  180 lines

  1. # ---------------------------------------------------------------------------
  2. !if !$d(BCB)
  3. BCB = $(MAKEDIR)\..
  4. !endif
  5.  
  6. # ---------------------------------------------------------------------------
  7. # IDE SECTION
  8. # ---------------------------------------------------------------------------
  9. # The following section of the project makefile is managed by the BCB IDE.
  10. # It is recommended to use the IDE to change any of the values in this
  11. # section.
  12. # ---------------------------------------------------------------------------
  13.  
  14. VERSION = BCB.03
  15. # ---------------------------------------------------------------------------
  16. PROJECT = DclTee4C.bpl
  17. OBJFILES = ChartReg.obj DclTee4C.obj
  18. RESFILES = dcltee4C.res teechart.res
  19. DEFFILE =
  20. RESDEPEN = $(RESFILES)
  21. LIBFILES =
  22. LIBRARIES =
  23. SPARELIBS = VCL35.lib teeui4C.lib TeeDB4C.lib Tee4C.lib vcldb35.lib \
  24.   vclx35.lib
  25. EFFILE =
  26. PACKAGES = vcl35.bpi vcldb35.bpi tee4C.bpi teedb4C.bpi teeUI4C.bpi vclx35.bpi
  27. # ---------------------------------------------------------------------------
  28. PATHCPP = .;
  29. PATHASM = .;
  30. PATHPAS = .;
  31. PATHRC = .;
  32. DEBUGLIBPATH = $(BCB)\lib\debug
  33. RELEASELIBPATH = $(BCB)\lib\release
  34. # ---------------------------------------------------------------------------
  35. CFLAG1 = -Od -Hc -w -Ve -r- -k -y -v -vi- -c -b- -w-par -w-inl -Vx -tW
  36. CFLAG2 = -D_RTLDLL;USEPACKAGES -I$(BCB)\include;$(BCB)\include\vcl -H=$(BCB)\lib\vcl35.csm
  37. CFLAG3 =
  38. PFLAGS = -U..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) -D_RTLDLL;USEPACKAGES \
  39.   -I$(BCB)\include;$(BCB)\include\vcl -H -W -$Y -$W -$O- -v -JPHN -M
  40. RFLAGS = -D_RTLDLL;USEPACKAGES -i$(BCB)\include;$(BCB)\include\vcl
  41. AFLAGS = /i$(BCB)\include /i$(BCB)\include\vcl /d_RTLDLL /dUSEPACKAGES /mx /w2 /zi
  42. LFLAGS = -L..\borland;$(BCB)\lib\obj;$(BCB)\lib;$(RELEASELIBPATH) \
  43.   -D"TeeChart 4.0 Components" -aa -Tpp -Gpd -s -Gl -Gi -w -v
  44. IFLAGS = -Gn
  45. # ---------------------------------------------------------------------------
  46. ALLOBJ = c0pkg32.obj $(PACKAGES) sysinit.obj $(OBJFILES)
  47. ALLRES = $(RESFILES)
  48. ALLLIB = $(LIBFILES) $(LIBRARIES) import32.lib cp32mti.lib
  49. # ---------------------------------------------------------------------------
  50. !ifdef IDEOPTIONS
  51.  
  52. [Version Info]
  53. IncludeVerInfo=1
  54. AutoIncBuild=0
  55. MajorVer=4
  56. MinorVer=0
  57. Release=0
  58. Build=0
  59. Debug=0
  60. PreRelease=0
  61. Special=0
  62. Private=0
  63. DLL=1
  64. Locale=1033
  65. CodePage=1252
  66.  
  67. [Version Info Keys]
  68. CompanyName=teeMach, SL
  69. FileDescription=TeeChart Pro 4.0
  70. FileVersion=4.0.0.0
  71. InternalName=DCLTee4C
  72. LegalCopyright=⌐ 1996-98 by David Berneda
  73. LegalTrademarks=
  74. OriginalFilename=DCLTee4C.BPL
  75. ProductName=TeeChart 4.0
  76. ProductVersion=4.0.0.0
  77. Comments=
  78.  
  79. [Excluded Packages]
  80.  
  81. [HistoryLists\hlIncludePath]
  82. Count=1
  83. Item0=$(BCB)\include;$(BCB)\include\vcl
  84.  
  85. [HistoryLists\hlLibraryPath]
  86. Count=1
  87. Item0=$(BCB)\lib\obj;$(BCB)\lib
  88.  
  89. [HistoryLists\hlDebugSourcePath]
  90. Count=1
  91. Item0=$(BCB)\source\vcl
  92.  
  93. [HistoryLists\hlConditionals]
  94. Count=1
  95. Item0=_RTLDLL;USEPACKAGES
  96.  
  97. [Debugging]
  98. DebugSourceDirs=$(BCB)\source\vcl
  99.  
  100. [Parameters]
  101. RunParams=
  102. HostApplication=
  103.  
  104. !endif
  105.  
  106. # ---------------------------------------------------------------------------
  107. # MAKE SECTION
  108. # ---------------------------------------------------------------------------
  109. # This section of the project file is not used by the BCB IDE.  It is for
  110. # the benefit of building from the command-line using the MAKE utility.
  111. # ---------------------------------------------------------------------------
  112.  
  113. .autodepend
  114. # ---------------------------------------------------------------------------
  115. !if !$d(BCC32)
  116. BCC32 = bcc32
  117. !endif
  118.  
  119. !if !$d(DCC32)
  120. DCC32 = dcc32
  121. !endif
  122.  
  123. !if !$d(TASM32)
  124. TASM32 = tasm32
  125. !endif
  126.  
  127. !if !$d(LINKER)
  128. LINKER = ilink32
  129. !endif
  130.  
  131. !if !$d(BRCC32)
  132. BRCC32 = brcc32
  133. !endif
  134. # ---------------------------------------------------------------------------
  135. !if $d(PATHCPP)
  136. .PATH.CPP = $(PATHCPP)
  137. .PATH.C   = $(PATHCPP)
  138. !endif
  139.  
  140. !if $d(PATHPAS)
  141. .PATH.PAS = $(PATHPAS)
  142. !endif
  143.  
  144. !if $d(PATHASM)
  145. .PATH.ASM = $(PATHASM)
  146. !endif
  147.  
  148. !if $d(PATHRC)
  149. .PATH.RC  = $(PATHRC)
  150. !endif
  151. # ---------------------------------------------------------------------------
  152. $(PROJECT): $(OBJFILES) $(RESDEPEN) $(DEFFILE)
  153.     $(BCB)\BIN\$(LINKER) @&&!
  154.     $(LFLAGS) $(IFLAGS) +
  155.     $(ALLOBJ), +
  156.     $(PROJECT),, +
  157.     $(ALLLIB), +
  158.     $(DEFFILE), +
  159.     $(ALLRES)
  160. !
  161. # ---------------------------------------------------------------------------
  162. .pas.hpp:
  163.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  164.  
  165. .pas.obj:
  166.     $(BCB)\BIN\$(DCC32) $(PFLAGS) {$< }
  167.  
  168. .cpp.obj:
  169.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  170.  
  171. .c.obj:
  172.     $(BCB)\BIN\$(BCC32) $(CFLAG1) $(CFLAG2) $(CFLAG3) -n$(@D) {$< }
  173.  
  174. .asm.obj:
  175.     $(BCB)\BIN\$(TASM32) $(AFLAGS) $<, $@
  176.  
  177. .rc.res:
  178.     $(BCB)\BIN\$(BRCC32) $(RFLAGS) -fo$@ $<
  179. # ---------------------------------------------------------------------------
  180.